Tarylynn can be scripted by system admins for automatic running. Simply create a command file with the extension 'tarylynn' containing the required actions. The command file contains sets of 4-line actions. The lines are as follows:
If very last line in the file can contains a single Q, Tarylynn will automatically exit at that point.
You can have multiple sets of 4-line actions defined in a single command file. However, if any errors are encountered by Tarylynn, it will not execute the rest of the script. The unregistered version of Tarylynn can only run 2 actions.
For example, to copy files from C:\Stuff to \\Laptop\SyncStuff without prompts your command file would look like:
C:\Stuff \\Laptop\SyncStuff 1 N
Save this file as "command.tarylynn", then run Tarylynn using "\<path>\Tarylynn.exe command.tarylynn"
If script files are set to be associated with Tarylynn in the Setup options, you will be able to run the script by double clicking on it.